home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / intlib / int_quit_proc.c < prev    next >
Encoding:
Text File  |  1989-11-18  |  115 b   |  10 lines

  1. /*
  2. ### procedure for quitting integration windows ###
  3. */
  4.  
  5. void int_quit_proc()
  6. {
  7.     (void) destroy_int_windows();
  8. }
  9.  
  10.